Skip to content

Conversation

@jacbn
Copy link
Contributor

@jacbn jacbn commented Oct 17, 2025

No description provided.

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 41.64%. Comparing base (e774a25) to head (b63e720).
⚠️ Report is 111 commits behind head on main.

Files with missing lines Patch % Lines
...ents/elements/list-groups/AbstractListViewItem.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1785      +/-   ##
==========================================
+ Coverage   41.57%   41.64%   +0.07%     
==========================================
  Files         535      541       +6     
  Lines       23518    23701     +183     
  Branches     6938     7817     +879     
==========================================
+ Hits         9778     9871      +93     
+ Misses      13699    13190     -509     
- Partials       41      640     +599     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

We've noticed that after somebody fixes a suppressed lint problem, the
build breaks until the suppressions file is pruned. Jaycie and others
have found that this was annoying, as it means the build effectively
discourages fixing lint problems.

We've decided the best way forward will be a precommit hook that
automatically prunes suppressions for fixed problems. Until we build
that, this change allows the build to pass even when the suppressions
file is out of date.
@barna-isaac barna-isaac changed the title Add automatic prune suppressions; fix some to test Don't break build when a suppression is fixed Oct 24, 2025
@barna-isaac
Copy link
Contributor

barna-isaac commented Oct 24, 2025

We've noticed that after somebody fixes a suppressed lint problem, the build breaks until the suppressions file is pruned. @jacbn and others have found that this was annoying, as it means the build effectively discourages fixing lint problems.

We've decided the best way forward will be a precommit hook that automatically prunes suppressions for fixed problems. Until we build that, this change allows the build to pass even when the suppressions file is out of date.

@barna-isaac
Copy link
Contributor

Reverted prune suppressions commit to avoid merge conflict.

@jacbn jacbn marked this pull request as ready for review October 24, 2025 13:38
@jacbn jacbn merged commit cd54814 into main Oct 24, 2025
10 checks passed
@jacbn jacbn deleted the hotfix/autoprune-eslint-suppressions branch October 24, 2025 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants